RoomType

enum RoomType : Enum<RoomType>

An enum that represents different types of a room.

Since

1.6.0

Entries

SMALL_ROOM_FOR_VIDEO
Link copied to clipboard
SMALL_ROOM_FOR_VIDEO("small_room_for_video")

Type of a room that supports audio and video, can have up to 6 participants.

LARGE_ROOM_FOR_AUDIO_ONLY
Link copied to clipboard
LARGE_ROOM_FOR_AUDIO_ONLY("large_room_for_audio_only")

Type of a room that only supports audio and can have up to 20 participants.

Types

Companion
Link copied to clipboard
object Companion

Properties

asString
Link copied to clipboard
val asString: String
name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int